From 9f6e4e60d079a20a505c317986e790c825cb87b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:47:58 -0500 Subject: [PATCH] label: Use markdown for css tree --- gtk/gtklabel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index d87d02b969..1daf370fcb 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -68,13 +68,13 @@ * * # CSS nodes * - * |[ + * ``` * label * ├── [selection] * ├── [link] * ┊ * ╰── [link] - * ]| + * ``` * * `GtkLabel` has a single CSS node with the name label. A wide variety * of style classes may be applied to labels, such as .title, .subtitle, -- 2.30.2